home *** CD-ROM | disk | FTP | other *** search
- global ds, goUp, gList, giNum, gtNum, gtColor
-
- on mouseUp
- imageName = "i" & giNum
- tName = "t" & gtNum
- ArtName = getAt(gList, imageName)
- templateName = getAt(gList, tName)
- ShowFile = the moviePath & goUp & "Artwork" & ds & ArtName & ds & templateName
- put ShowFile
- OpenIt = baOpenFile(ShowFile, EMPTY)
- if the platform contains "Mac" then
- Ok = baActivateWindow(baFindWindow("MACS", EMPTY))
- else
- nothing()
- end if
- end
-